home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 5.1 KB | 151 lines |
- ; NETALT.INF
- ;
- ; Copyright (c) Alteon WebSystems, Inc. 1996-1999
- ; Copyright (c) Microsoft, Inc. 1996, 1997, 1998
- ;
- ; Setup INF file for Alteon WebSystems Interface Cards.
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %MSFT%
- LayoutFile = layout.inf
- DriverVer =10/19/1999,1.16.2.0
-
- [Manufacturer]
- %Alteon%=Alteon
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_12AE&DEV_0001&SUBSYS_00000000, \
- PCI\VEN_12AE&DEV_0001&SUBSYS_000112AE
-
- [Alteon]
- %acenic.DeviceDesc% = acenic.ndi, PCI\VEN_12AE&DEV_0001&SUBSYS_00000000
- %acenicU.DeviceDesc% = acenic.ndi, PCI\VEN_12AE&DEV_0001&SUBSYS_000112AE
-
- ;------------------------------------------------------------------------------
- ; Alteon Gigabit Ethernet Adapter
- ;
- [acenic.ndi.NT]
- Characteristics = 0x84
- BusType = 5
- AddReg = tuning.reg, link.reg, jumbo.reg, debug.reg, acenic.reg
- CopyFiles = acenic.CopyFiles
-
- [acenic.ndi.NT.Services]
- AddService = altnd5, 2, acenic.Service, common.Eventlog
-
- [tuning.reg]
- HKR, , StatTicks, 0, "100000"
- HKR, , SendCoalTicks, 0, "1000"
- HKR, , RecvCoalTicks, 0, "1000"
- HKR, , SendCoalMax, 0, "20"
- HKR, , RecvCoalMax, 0, "20"
- HKR, , PciMemInvalidate, 0, "1"
- HKR, , PciReadMax, 0, "ffffffff"
- HKR, , PciWriteMax, 0, "ffffffff"
- HKR, , PciLatencyTimer, 0, "40"
- HKR, , Fix450GX, 0, "0"
- HKR, , IntCount, 0, "1000"
- HKR, , CksumOffload, 0, "1"
-
- [link.reg]
- HKR, Ndi\params\LinkNegotiation, ParamDesc, 0, %LinkNegotiation%
- HKR, Ndi\params\LinkNegotiation, default, 0, "1"
- HKR, Ndi\params\LinkNegotiation, type, 0, "enum"
- HKR, Ndi\params\LinkNegotiation\enum, "0", 0, %off%
- HKR, Ndi\params\LinkNegotiation\enum, "1", 0, %on%
-
- HKR, Ndi\params\TxFlowControl, ParamDesc, 0, %TxFlowControl%
- HKR, Ndi\params\TxFlowControl, default, 0, "0"
- HKR, Ndi\params\TxFlowControl, type, 0, "enum"
- HKR, Ndi\params\TxFlowControl\enum, "0", 0, %off%
- HKR, Ndi\params\TxFlowControl\enum, "1", 0, %on%
-
- HKR, Ndi\params\RxFlowControl, ParamDesc, 0, %RxFlowControl%
- HKR, Ndi\params\RxFlowControl, default, 0, "1"
- HKR, Ndi\params\RxFlowControl, type, 0, "enum"
- HKR, Ndi\params\RxFlowControl\enum, "0", 0, %off%
- HKR, Ndi\params\RxFlowControl\enum, "1", 0, %on%
-
- HKR, , FdrFilter, 0, "0"
-
- [jumbo.reg]
- HKR, Ndi\params\JumboFrames, ParamDesc, 0, %JumboFrames%
- HKR, Ndi\params\JumboFrames, default, 0, "0"
- HKR, Ndi\params\JumboFrames, type, 0, "enum"
- HKR, Ndi\params\JumboFrames\enum, "0", 0, %off%
- HKR, Ndi\params\JumboFrames\enum, "1", 0, %on%
-
- HKR, Ndi\params\JumboMtu, ParamDesc, 0, %JumboMtu%
- HKR, Ndi\params\JumboMtu, default, 0, "1500"
- HKR, Ndi\params\JumboMtu, type, 0, "dword"
- HKR, Ndi\params\JumboMtu, min, 0, "1500"
- HKR, Ndi\params\JumboMtu, max, 0, "9000"
- HKR, Ndi\params\JumboMtu, step, 0, "100"
- HKR, Ndi\params\JumboMtu, base, 0, "10"
-
- [debug.reg]
- HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
- HKR, Ndi\params\NetworkAddress, default, 0, ""0060CF000000""
- HKR, Ndi\params\NetworkAddress, type, 0, "edit"
- HKR, Ndi\params\NetworkAddress, optional, 0, "1"
-
- HKR, , NicTracing, 0, "0"
- HKR, , HostTracing, 0, "1"
- HKR, , DebugPci, 0, "0"
-
- [acenic.reg]
- HKR, Ndi, Service, 0, "altnd5"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [acenic.Service]
- DisplayName = %Acenic.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\altnd5.sys
- LoadOrderGroup = NDIS
- AddReg = TextModeFlags.reg
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\altnd5.sys"
- HKR,, TypesSupported, 0x00010001, 7
-
- [acenic.CopyFiles]
- altnd5.sys,,,2
-
- ;------------------------------------------------------------------------------
- ; DestinationDirs
- ;
- [DestinationDirs]
- acenic.CopyFiles = 12
-
-
- ; Localizable Strings
- ;
- [Strings]
- Alteon = "Alteon"
- MSFT = "Microsoft"
-
- LinkNegotiation = "LinkNegotiation"
- TxFlowControl = "TxFlowControl"
- RxFlowControl = "RxFlowControl"
- JumboFrames = "JumboFrames"
- JumboMtu = "JumboMtu"
- NetworkAddress = "NetworkAddress"
-
- On = "On"
- Off = "Off"
-
- acenic.DeviceDesc = "Alteon WebSystems PCI Gigabit Ethernet Adapter"
- acenicU.DeviceDesc = "Alteon WebSystems PCI Gigabit Ethernet Adapter(Universal)"
-
- acenic.Service.DispName = "Alteon WebSystems PCI Gigabit Ethernet Adapter"
-
-